(eshell-ls-exclude-regexp): Fix :type.
authorDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:58:50 +0000 (23:58 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Jan 2001 23:58:50 +0000 (23:58 +0000)
lisp/eshell/em-ls.el

index 534ea932c3caf13a51c6041061c667507f699260..97a342b73acb846091dbd8741877ea3c5e6f88bc 100644 (file)
@@ -85,7 +85,7 @@ This is useful for enabling human-readable format (-h), for example."
 
 (defcustom eshell-ls-exclude-regexp nil
   "*Unless -a is specified, files matching this regexp will not be shown."
-  :type 'regexp
+  :type '(choice regexp (const nil))
   :group 'eshell-ls)
 
 (defcustom eshell-ls-exclude-hidden t